﻿.post-form {
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px #e0e0e0;
    padding: 2rem 1.5rem;
}

.dropzone {
    border: 2px dashed #007bff;
    background: #f8f9fa;
    border-radius: 8px;
    min-height: 120px;
}

.dz-message {
    color: #6c757d;
    font-size: 1.1rem;
    padding: 1.5rem 0;
}

